home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / Hack / UTILS / WPCRACKA.ZIP / WPUNCRYP.DOC < prev    next >
Text File  |  1993-04-05  |  4KB  |  93 lines

  1. Newsgroups: sci.crypt,alt.sources
  2. From: rdippold@cancun.qualcomm.com (Ron Dippold)
  3. Subject: WPUNCRYP.DOC
  4. Message-ID: <rdippold.725047456@cancun>
  5. Date: Tue, 22 Dec 1992 18:04:16 GMT
  6.  
  7. WPUNCRYP 1.0 - Word Perfect 4.x or 5.x File Uncryptor
  8. Just so you won't have to use Word Perfect to uncrypt a Word Perfect file...
  9.  
  10. Copyright (C)1991 Ron Dippold
  11.  
  12. Once you have determined the password of the Word Perfect file from your
  13. memory or with WPCRACK, you can use this to see the contents of the file
  14. or save the contents to a text or Word Perfect file.
  15.  
  16. The syntax is:
  17.  
  18.     WPUNCRYP (-o) (-p) (-b) w|t "password" <input file> (<output file>)
  19.  
  20. Parameters:
  21.  
  22. The "w" or "t" tells it which type of output you want.  If you use "w" the
  23. entire decrypted file will be written to <output file>.  This will be a
  24. totally legal Word Perfect file.  If you use "t" only the actual text (and none
  25. of the header or printer information) will be written to the file.  In addition
  26. some minor translation will occur to clean things up.
  27.  
  28. "password" is obviously the password of the file.  I show the quotes because
  29. if your password contains spaces, commas, semicolons, or other things that DOS
  30. will separate into two parameters, you need the quotes to keep it together.  If
  31. you need double quotes in your password, use single quotes around it.  The
  32. password is required.
  33.  
  34. <input file> is the name of the file you are decrypting.  This is required.
  35.  
  36. <output file> is the optional name of the file to save the output to.
  37. If you do NOT give the name of the file, only the actual text of the file will
  38. be shown to the screen.  You can use this to do a quick test of a password.
  39.  
  40. Optional Switches:
  41.  
  42. -o : The Word Perfect file contains the checksum of the password that was
  43.      used to encrypt it.  If your password does not have the same checksum,
  44.      it is VERY unlikely you will uncrypt the file successfully.  However, I
  45.      hate to cripple a user, so use "-o" to force the program to continue if
  46.      the checksums don't match.
  47.  
  48. -p : If the output is being displayed to the screen (if you don't give an
  49.      <output file> name), including the "-p" switch will force WPUNCRYP to
  50.      pause every 24 lines for you to hit a key.  ESC or CTRL-C will cancel
  51.      the program.
  52.  
  53. -b : Word Perfect has two kinds of line breaks: hard and soft.  Hard breaks
  54.      are where you deliberately inserted a line break, and WPUNCRYP will always
  55.      leave this be.  A soft break is a break that is caused by the text going
  56.      past the margin.  Change the margin and these change!  Normally, WPUNCRYP
  57.      will translate these just as a hard break at the end of the line.  If you
  58.      are going to be loading the text into a word processor that does full
  59.      paragraph processing, however, you might with to use the "-b" switch.
  60.      This will translate the soft breaks as a space, and the word processor
  61.      can then figure out where to break the lines.
  62.  
  63. Notes:
  64.  
  65.   I haven't actually tried this on a Word Perfect 4.x file.  Frankly, I can't
  66. find one.  I have the file format (I think) and I wrote the program based on
  67. that.  If it doesn't work, contact me at the address below.
  68.  
  69.   If you are sending output to the screen or to a text file, remember that all
  70. that Word Perfect formatting crud is still in there.  It looks like garbage,
  71. and it's up to you to take it out.  You'll often see a lot of it at the
  72. beginning of the file, so don't be surprised by it.
  73.  
  74.   I haven't tried this on any Word Perfect 5.x other than the IBM version.  If
  75. you have it for another computer and are interested in getting a version for
  76. it, and you have InterNet access, send me the following:  a UUENCODED (short)
  77. Word Perfect 5.x file, a UUENCODED version of the file after it has been
  78. saved with a password, and a letter saying hello and the password you used.
  79. See my address below.
  80.  
  81. ==============================================================================
  82. You can reach me at my Internet address of rdippold@qualcomm.com or contact
  83. me at one of the fine boards below:
  84.  
  85. Board                   Phone                    My Username
  86. -------------------------------------------------------------
  87. ComputorEdge On-Line    (619) 573-1635           SYSOP .
  88. Radio-Active            (619) 268-9625           Iceman
  89.  
  90.  
  91. -- 
  92. Genius may have its limitations, but stupidity is not thus handicapped.
  93.